home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
locales.prerm
< prev
next >
Wrap
Text File
|
2008-06-18
|
133b
|
16 lines
#!/bin/sh
set -e
case "$1" in
remove)
rm -f /usr/lib/locale/locale-archive
;;
*)
;;
esac
exit 0